home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / water_ba.swf / scripts / DefineButton2_13 / BUTTONCONDACTION on(release).as next >
Text File  |  2007-03-20  |  237b  |  11 lines

  1. on(release){
  2.    if(mylink != undefined)
  3.    {
  4.       getURL(mylink,"_blank");
  5.    }
  6.    else
  7.    {
  8.       getUrl("http://www.shop3djoe.com/Merchant2/merchant.mv?Screen=CTGY&Store_Code=3DJOE&Category_Code=DOWNLOAD", "_blank");
  9.    }
  10. }
  11.